home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / DISKZINE.LZH / OTHER.BAT < prev    next >
DOS Batch File  |  1988-07-31  |  721b  |  33 lines

  1. echo off
  2. rem other.bat
  3. :begin
  4. cls
  5. echo                     Alternate Dimensions of Reality
  6. echo                               issue one
  7. echo .
  8. echo                             "Other" Menu
  9. echo .
  10. echo           F1 - Magnum's Dark and Stormy Night
  11. echo                     Philip Dunham
  12. echo .
  13. echo           F2 - (Slightly More Than) 20 Minutes Into The Future
  14. echo                     Jody A. Morse
  15. echo .
  16. funky/ldl/    enter choice or ESC to return to story menu
  17. if not errorlevel 1 goto esc
  18. if not errorlevel 59 goto begin
  19. if errorlevel 61 goto begin
  20. if errorlevel 60 goto f2_typed
  21. cls
  22. more < Magnum.doc
  23. pause
  24. goto begin
  25. :f2_typed
  26. cls
  27. more < future.doc
  28. pause
  29. goto begin
  30. :esc
  31. stories
  32.  
  33.